home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / Development Kits / MPW Related / Lurkers 1.7 / Lurkers README.txt < prev    next >
Encoding:
Text File  |  1997-11-11  |  1.2 KB  |  26 lines  |  [TEXT/ttxt]

  1. Lurkers [file's projector status] [option…] directory|file…
  2.     ©1994 Apple Computer, Inc. by Greg Anderson
  3.  
  4.     File's projector status:
  5.         -insomeproject                             # File is checked in to some project (has ckid)
  6.         -notinanyproject                         # File is not checked in to any project (no ckid)
  7.         -checkedoutmodifiable        # File is checked in to some project and is
  8.                                                                                      #    currently checked out for modification (but not MRO'ed)
  9.         -modifiableinproject            # Synonym for -checkedoutmodifiable
  10.         -modifiable                                        # Not in a project, in a project and checked out for modification,
  11.                                                                                      #    or in a project and checked out modified-read-only
  12.         -notmodifiable                             # In a project and not modifiable
  13.         -mro                                                             # In a project and modified-read-only
  14.  
  15.     Options:
  16.         -r                                         # Recursive search
  17.         -s                                        # Short output
  18.         -q                                        # Never quote filenames
  19.         -f                                      # Output full pathnames
  20.         -rev                              # Output file's projector revision number (if any)
  21.         -textonly                # Ignore files whose type is not TEXT
  22.         -ignore n                # Ignore files and folders whose name is "n"
  23.  
  24.     Specifying a file tests only that file.  Specifying a directory tests every
  25.     file in that directory (and every file anywhere in that hierarchy if -r is used).
  26.